log/slog.defaultHandler.output (field)

5 uses

	log/slog (current package)
		handler.go#L92: 	output func(pc uintptr, data []byte) error
		handler.go#L98: 		output: output,
		handler.go#L117: 	return h.output(r.PC, *buf)
		handler.go#L121: 	return &defaultHandler{h.ch.withAttrs(as), h.output}
		handler.go#L125: 	return &defaultHandler{h.ch.withGroup(name), h.output}